projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dce87f4
)
(popmail): Always pass two args to `error'.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 3 Nov 2001 19:03:48 +0000
(19:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 3 Nov 2001 19:03:48 +0000
(19:03 +0000)
lib-src/movemail.c
patch
|
blob
|
history
diff --git
a/lib-src/movemail.c
b/lib-src/movemail.c
index 61d58688901721359bdf256dc63d0f3a971f8de6..be0e9d3ce94301e29e4dd334a9383a17a09f47aa 100644
(file)
--- a/
lib-src/movemail.c
+++ b/
lib-src/movemail.c
@@
-811,7
+811,7
@@
popmail (mailbox, outfile, preserve, password, reverse_order)
#ifdef BSD_SYSTEM
if (fsync (mbfi) < 0)
{
- error ("Error in fsync: %s", strerror (errno));
+ error ("Error in fsync: %s", strerror (errno)
, 0
);
return (1);
}
#endif